home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-07-09 | 518 b | 27 lines | [TEXT/CWIE] |
- // MSAECopy.h
- //
- // Original version by Jon Lansdell and Nigel Humphreys.
- // 4.0 and 3.1 updates by Greg Sutton.
-
- // ©Apple Computer Inc 1996, all rights reserved.
-
- #ifndef __MSAECOPY__
- #define __MSAECOPY__
-
- #include <AppleEvents.h>
- #include <AEObjects.h>
- #include <AERegistry.h>
-
- #include "MSToken.h"
-
- pascal OSErr DoCopy(const AppleEvent *theAppleEvent, AppleEvent *reply, long refcon);
-
- OSErr CopyTextToken(TextToken* theToken);
- OSErr CopyTextDesc(AEDesc* textDesc);
- OSErr CopyDesc(AEDesc* aDesc);
-
- #endif
-
-
-
-